You are here: Scripting Reference > Classes > Partner > Partner.Address2

Partner.Address2

Declaration

property Address2: String;

Example

procedure OnMapEvent(var Value:Variant);

begin

Value := Partner.Address2;

end;

Description

Returns the Address2 of the active partner within your system.